home *** CD-ROM | disk | FTP | other *** search
/ Total Web Page (Professional Suite) / Total Web Page 99.iso / CGI / SEARCH.TXT < prev    next >
Text File  |  1996-06-03  |  527b  |  16 lines

  1. #!/usr/bin/perl
  2.  
  3. ##############################################################################
  4. # Define Variables
  5.  
  6. $basedir = '/mnt/web/guide/worldwidemart/scripts/';
  7. $baseurl = 'http://worldwidemart.com/scripts/';
  8. @files = ('*.shtml','demos/links/*.html','demos/guest/*.html');
  9. $title = "Matt's Script Archive";
  10. $title_url = 'http://worldwidemart.com/scripts/';
  11. $search_url = 'http://worldwidemart.com/scripts/demos/search/search.html';
  12.  
  13. # Done
  14. ##############################################################################
  15.  
  16.